func runtime.stkbucket

3 uses

	runtime (current package)
		mprof.go#L256: func stkbucket(typ bucketType, size uintptr, stk []uintptr, alloc bool) *bucket {
		mprof.go#L424: 	b := stkbucket(memProfile, size, stk[:nstk], true)
		mprof.go#L509: 	b := stkbucket(which, 0, stk[:nstk], true)